{% load i18n %} {% for crumb, link in breadcrumbs %} {% if link %}{% trans crumb %}{% else %}{% trans crumb %}{% endif %} {% if not forloop.last %} » {% endif %} {% endfor %}